home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fifth Dimension
/
Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso
/
ddd.bat
< prev
next >
Wrap
DOS Batch File
|
1995-11-29
|
1KB
|
41 lines
@echo off
\play\memtst.exe B483456 O2300
if errorlevel = 1 goto XXMEMXX
if errorlevel = 0 goto XXWEITERXX
:XXMEMXX
echo
echo As you see above, there is an error which might cause problems.
echo Either you did not have enough BASE memory, or something
echo different. You might now try to start the 3D menu anyway, but
echo this could (and most often will) cause some problems.
echo You might try to start the 3D menu WITHOUT sound.
:XXASKXX
\play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
if errorlevel = 25 goto XXWEITERXX
if errorlevel = 14 goto YYWEITERYY
goto XXASKXX
:XXWEITERXX
\play\tstsub c:\hrglbrgl 8000
if errorlevel = 1 goto XXSUBXX
if errorlevel = 0 goto XXSTART
:XXSUBXX
echo
echo You need more space on your drive C: Its really not that much
echo space you need, but its worth to see the 3D Menu. You might now
echo try to start the 3D menu anyway, but this could (and most often
echo will) cause some problems.
:XXAKKXX
\play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
if errorlevel = 25 goto XXSTART
if errorlevel = 14 goto YYWEITERYY
goto XXAKKXX
:XXSTART
SET XXJOY=
\play\ec.exe Do you want to play with Joystick? (Y/N)
if errorlevel = 25 set XXJOY=j
cd \menue3d
menue.bat %XXJOY%
:YYWEITERYY
cd \
ee.bat %1 %2 %3 %4